home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libglitz1 / README < prev    next >
Text File  |  2005-01-25  |  972b  |  22 lines

  1. glitz - OpenGL image compositing library
  2.  
  3. Glitz is an OpenGL image compositing library. Glitz provides
  4. Porter/Duff compositing of images and implicit mask generation for
  5. geometric primitives including trapezoids, triangles, and rectangles.
  6.  
  7. The semantics of glitz are designed to precisely match the
  8. specification of the X Render extension. Glitz does not only implement
  9. X Render features like component alpha and image transformations, but
  10. also support for additional features like convolution filters and color
  11. gradients, which are not currently part of the X Render specification.
  12.  
  13. The performance and capabilities of glitz are much dependent on
  14. graphics hardware. Glitz does not in any way handle software
  15. fall-backs when graphics hardware is insufficient. However, glitz
  16. will report if any requested operation cannot be carried out by
  17. graphics hardware, hence making a higher level software layer
  18. responsible for appropriate actions.
  19.  
  20. David Reveman
  21. davidr@novell.com
  22.